mini — Index of Minimum Value


\begin{rail}
MiniI : 'mini' '(' Matrix ')' ;
\end{rail}
mini returns the index of the minimum value contained in the argument matrix. If the argument is a row or column vector, then the index of the smallest value is returned. If the argument is not such a vector, then a row vector of the column indices of the smallest value in each column is returned.

Subsections